home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 1 / MacMania 1.toast / Educational / Language / Word Herd 2.0 / Word Herd 2.0 / card_43714.txt < prev    next >
Text File  |  1993-05-31  |  2KB  |  88 lines

  1. -- card: 43714 from stack: in.0
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 12000
  5. -- name: hen 1
  6. ----- HyperTalk script -----
  7. on mouseUp
  8.   click at the location of card field "show"
  9. end mouseUp
  10.  
  11.  
  12. -- part 3 (field)
  13. -- low flags: 00
  14. -- high flags: 0000
  15. -- rect: left=142 top=292 right=340 bottom=338
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 1
  19. -- font id: 20
  20. -- text size: 40
  21. -- style flags: 0
  22. -- line height: 53
  23. -- part name: show
  24.  
  25.  
  26. -- part 4 (button)
  27. -- low flags: 00
  28. -- high flags: 0000
  29. -- rect: left=412 top=10 right=97 bottom=499
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 1
  33. -- font id: 0
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: sun
  38. ----- HyperTalk script -----
  39. on mouseUp
  40.   FarSun
  41. end mouseUp
  42.  
  43. on walkyTalky
  44.   global speak
  45.   put empty into card field "show" of card "hen 1"
  46.   go next
  47.   wait 30
  48.   go next
  49.   go next
  50.   play speak
  51.   wait until the sound is "done"
  52.   go prev
  53.   go prev
  54.   wait 50
  55.   go next
  56.   wait 30
  57.   go next
  58.   play speak
  59.   wait until the sound is "done"
  60.   go card "hen 1"
  61.   wait 40
  62.   go card "level 1"
  63. end walkyTalky
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. -- part 5 (button)
  71. -- low flags: 00
  72. -- high flags: 0000
  73. -- rect: left=425 top=285 right=342 bottom=512
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 0 / 0
  76. -- text alignment: 1
  77. -- font id: 0
  78. -- text size: 12
  79. -- style flags: 0
  80. -- line height: 16
  81. -- part name: eraser
  82. ----- HyperTalk script -----
  83. on mouseUp
  84.   put empty into card field "show"
  85.   click at the loc of card field "show"
  86. end mouseUp
  87.  
  88.